CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - rsa des

搜索资源列表

  1. Encryption

    0下载:
  2. 集成了RC4,DES,AES,RSA四种加密算法-implementaion of four encryption algorithms, rc4, des, aes, rsa. MFC Interface.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:54538
    • 提供者:Matthew
  1. encoding-and-decoding

    0下载:
  2. 实现DES加密解密算法,及CBC,CFB,CTR,OFB,RSA加密解密算法,完成对图片的加密解密。使用C++编写的,非常详尽。具体阐述了对图片的DES加密解密算法。-The codes realizes the function of encoding and decoding a picture under CBC,CFB,CTR,OFB,RSA algorithm. It is really worth a trial under VC 6.0 environment.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-17
    • 文件大小:27140879
    • 提供者:王希
  1. o

    0下载:
  2. VC++中实现DES和RSA加密时候用到的源程序,结构合理-VC++ Achieve DES and RSA encryption is used when the source, well-structured
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:46647
    • 提供者:ss
  1. JavaEncryptModule

    0下载:
  2. 用Java实现的DES、RSA和SHA算法。Eclipse开发。-Java achieved by DES, RSA and SHA algorithm. Eclipse development.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:31139
    • 提供者:zack fair
  1. jiajiemi

    0下载:
  2. 最常用的全套的加解密程序包括DES、RSA、MD5等等。。。。。 使用环境:VC.net 2003及以上版本-A full set of the most commonly used encryption and decryption procedures, including DES, RSA, MD5 and so on. . . . . The use of the environment: VC.net 2003 and above
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:681244
    • 提供者:xiunai
  1. ansi917(14)

    0下载:
  2. 大随机数生成器算法的研究与实现.大随机数已经在当今社会的各个领域中都频繁使用,特别是在加密技术中已经成了不可缺少的一部分,像RSA,MD5中随机数成为加密技术的关键。 本设计主要为第3代移动通信系统(3G)提供符合要求的随机数(1024位),首先取得系统时间和RAND()函数所产生的随机数作为最初的随机初值,经过三重DES(两密钥通过MD5算法得来)和异或的变换,保证其随机数的足够随机,然后通过16次的循环得到一个组合起来的1024位随机数,设计还提供一个检验随机数是否随机的平台,采用了均匀
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:66781
    • 提供者:瑞力克
  1. JavaDESRSASHA

    0下载:
  2. Java加密组件实现DES、RSA和SHA加密算法-Java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:17229
    • 提供者:张茂仁
  1. PKI_Exercises

    0下载:
  2. 用MFC实现的DES、RSA密码算法 -MFC implementation of the DES, RSA cryptographic algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:93545
    • 提供者:赵凯
  1. desandrsa

    0下载:
  2. DES算法全称为Data Encryption Standard,即数据加密算法,DES算法把64位的明文输入块变为64位的密文输出块,它所使用的密钥也是64位。RSA的安全性依赖于大数分解。公钥和私钥都是两个大素数( 大于 100个十进制位)的函数。本程序为适合初学者的rsa算法java源码及des源码,开发环境eclipse3.4-DES algorithm called the Data Encryption Standard, that is, data encryption algor
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:20869
    • 提供者:郭子
  1. DRsa

    0下载:
  2. 功能如下: 实现对文本文件的联合加密,用DES对文本文档进行加密,利用RSA对DES的密钥进行加密。程序按照加密标准的规范,进行加密。-Function as follows: to achieve the joint text file encryption, using DES encryption for text documents, using RSA key for DES encryption. Encryption Standard procedures in accorda
  3. 所属分类:Console

    • 发布日期:2017-05-11
    • 文件大小:2062518
    • 提供者:pengjie
  1. VCcrypt

    0下载:
  2. 此压缩包内有cast、blowfish、simple、des、cryptlib、rsa、mqueue、xtrcrypt、gf256、base32,base64、modexppc、network等一些的常见加密、解密算法,非常全的算法集合,源码爱好者大致查了一下,超过130个,全部可以编译通过,而且还包含有E文的开发文档,研究学习算法的可不要错过。 -The compressed packet, there are cast, blowfish, simple, des, cryptlib,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-25
    • 文件大小:8416788
    • 提供者:冯俊勇
  1. TomCrypt

    0下载:
  2. 一些封装好的加密函数的源代码,包括DES,RSA等源代码-Some good encryption function package' s source code, including DES, RSA, such as source code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-01-26
    • 文件大小:2161865
    • 提供者:小余
  1. JIAMI

    0下载:
  2. 300种加解密算法,应有尽有,在这里你可以找到你想要的加解密算法的源码,DES。rsa.哈希函数-300 kinds of encryption and decryption algorithms, everything, where you can find what you want the source code encryption algorithm, DES. rsa. hashing function. .
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1101179
    • 提供者:刘镇
  1. shujujiamiyugongkaimiyao

    0下载:
  2. 数据加密标准DES及公开密钥密码体制:DES算法原理,DES算法的优缺点及其发展与改进 公开密码体制的原理,RSA算法,及实现源代码-DES Data Encryption Standard and public key cryptography: DES algorithm, DES algorithm and its development and improvement of the advantages and disadvantages the principle of public
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:39090
    • 提供者:安勃雅
  1. Javajiamijiemi

    0下载:
  2. Java加密组件DES实现RSA和SHA加密算法-Java Encryption Component DES encryption algorithm to achieve RSA and SHA
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:42347
    • 提供者:政工名
  1. encryptModule

    0下载:
  2. 用Java加密类实现常规的DES、RSA及SHA的加密算法,代码完整。-Encryption with Java class implements the conventional DES, RSA and SHA encryption algorithm, code integrity.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:35531
    • 提供者:191
  1. sdes1

    0下载:
  2. 编程实现S-DES算法的加密与解密过程,采用加法链求大数的指数及模-RSA-Programming Algorithm S-DES encryption and decryption process, using Addition Chains seek large numbers of the index and model-RSA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:4632
    • 提供者:SFISH
  1. InformationSystemSecurity

    0下载:
  2. 本包内容包括信息系统安全工程课程中的密码学基础、公钥加密与RSA、分组密码与DES共3个章节的内容,原汁原味的老师课堂讲义~包你喜欢~~!-This package includes information systems security engineering curriculum-based cryptography, public key encryption and RSA, block cipher with DES a total of three sections, authen
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1768488
    • 提供者:wei
  1. VCcrypt

    0下载:
  2. 此压缩包内有cast、blowfish、simple、des、cryptlib、rsa、mqueue、xtrcrypt、gf256、base32,base64、modexppc、network等一些的常见加密、解密算法,非常全的算法集合,源码爱好者大致查了一下,超过130个,全部可以编译通过,而且还包含有E文的开发文档,研究学习算法的可不要错过。 -This archive contains cast, blowfish, simple, des, cryptlib, rsa, mqueue
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-25
    • 文件大小:8413532
    • 提供者:yzj
  1. encryptModule

    0下载:
  2. Java加密组件实现DES、RSA和SHA加密算法,实现了DESRSA和SHA加密给出统一的接口.-Java Encryption Component Implementation DES, RSA, and SHA encryption algorithm and SHA encryption to achieve the DESRSA give a unified interface.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:31048
    • 提供者:370
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 15 »
搜珍网 www.dssz.com